Welcome![Sign In][Sign Up]
Location:
Search - CSharp API

Search list

[ActiveX/DCOM/ATLEmbedAutoCAD

Description: 采用COM/DCOM编程方式,结合C#语言和DX,CAD二次开发接口,依照PDM的技术思想并将PDM与CAD系统集成-he present paper based on to face to the systemdevelopment method of the module,the adoption COM/DCOMprogramming way,combine C# develop to connect with CAD/OPEN API,according to the PDM of technique thoAutoCADht combineto gather PDM and system of CAD
Platform: | Size: 10240 | Author: freesky | Hits:

[ActiveX/DCOM/ATLControlAcad

Description: 采用COM/DCOM编程方式,结合C#语言和DX,CAD二次开发接口,依照PDM的技术思想并将PDM与CAD系统集成-he present paper based on to face to the systemdevelopment method of the module,the adoption COM/DCOMprogramming way,combine C# develop to connect with CAD/OPEN API,according to the PDM of technique thoAutoCADht combineto gather PDM and system of CAD
Platform: | Size: 134144 | Author: freesky | Hits:

[CSharpwaigua

Description: 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子 kk.UnHook() //卸载钩子 kk.SetHookKey(key1,key2) //修改键盘 key1,被改变的键盘码,key2改变后的键盘码 没什么用,比方:就是能把键盘1个键,改成别的键 这是读取内存地址的方法 getread("进程名称","","内存基址",0) 这个类,封装了2个方式,一种是系统api[user32.dll]文件,调用方式 key kk = new key() kk.send(key.VirtualKeys.VK_F1,GetState(key.VirtualKeys.VK_F1)) 这是模拟键盘的F1. 这是模拟键盘的winio调用方式 key kk = new key() // IntPtr a = new IntPtr() kk.sendwinio() kk.MykeyDown((int)key.VirtualKeys.VK_F1) System.Threading.Thread.Sleep(2000) kk.MykeyUp((int)key.VirtualKeys.VK_F1) 也是模拟f1,之间的差别就是,winio调用方式能穿透一部分游戏,达到一部分外挂的效果.-key kk = new key() // IntPtr a = new IntPtr() kk.sendwinio() kk.MykeyDown((int)key.VirtualKeys.VK_F1) System.Threading.Thread.Sleep(2000) kk.MykeyUp((int)key.VirtualKeys.VK_F1)
Platform: | Size: 10240 | Author: qwery | Hits:

[Documentscsharpdirectx

Description: DirectX 是开发三维场景的利器,也是目前大多三维游戏采用的开发平 台。国内外关于DirectX 开发的书籍不是非常多,而且大多数书籍都是针对 Visual C++语言来介绍的。在安装DirectX SDK 时可以选择安装例子和教程, 微软为开发者提供了许多较为实用的例子供大家学习。本文结合计算机三维图 形学和DirectX 的开发帮助,并参考国内外关于DirectX 开发的书籍和网站资 料等,主要介绍如何采用Visual C# 语言对DirectX进行三维图形开发。本文 共分十六章,以“由易到难、由简单到复杂”为主线,以介绍DirectX 开发方 法为主,并穿插介绍相关的计算机三维图形知识等。限于作者水平有限,文中 难免存在错误和缺点,敬请读者朋友不吝指正。-it is a document of windows API program design
Platform: | Size: 4719616 | Author: biao | Hits:

[.netBioAPI_CSHARP_Wrap-1.0

Description: Biometric Csharp api used for ZKeeper from zksoftware
Platform: | Size: 91136 | Author: manaidatory | Hits:

[Search EngineICTCLAS2010CSharpDemo

Description: 中文分词源程序, 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级6次,目前已经升级到了ICTCLAS3.0。ICTCLAS3.0分词速度单机996KB/s,分词精度98.45 ,API不超过200KB,各种词典数据压缩后不到3M,是当前世界上最好的汉语词法分析器。- Linux_CDemo_32Bit_sample Linux_CDemo_64Bit_sample Linux_JNIDemo_32Bit_sample Linux_JNIDemo_64Bit_sample windows_cDemo_32_sample windows_cDemo_64_sample win_csharp_32_sample win_csharp_64_sample Win_JNI_32_sample Win_JNI_64_sample
Platform: | Size: 93184 | Author: Liuying | Hits:

[Hook apiHookLock

Description: hook C#锁屏 通过API来实现锁屏输入禁止打开任务管理器-hook C# lock screen
Platform: | Size: 81920 | Author: jack | Hits:

[CSharpapi_fairy

Description: C# API函数查询工具 (需要.NET环境支持,无其他特殊要求) 主要功能: 简单快速对C#中使用的API函数进行查询,包括 ------------------------- 1。提供在C#中能够直接运行的代码。 2。该函数的中文注释。 3。该函数所需要的DLL库名称。 4。函数与C#中函数的对应关系。 5。API常量查询(给出能够直接在C#中调用的代码) 6。显示对函数对操作系统的支持(WIN9X OR WIN2K) -------------------------- 贴心小功能 -------------------------- 1。代码中关键字高亮显示,不同关键字显示不同颜色。 2。与C#中对应函数如果过长,则动态滚动显示。 3。动态下拉框提示,直接匹配最合适的函数 4。所有部分均有提示信息,功能效果一目了然 -------------------------- 可选特殊功能 -------------------------- 1。可手动修改函数及其相关信息。 2。可手动添加当前库中没有的API函数及其相关信息 -C# API function query tool (Requires. NET environment to support, no other special requirements) Main features: Simple and fast on the C# API functions used in queries, including ------------------------- 1. Available in C#, the code can be run directly. 2. The function of the Chinese comments. 3. The function of the required DLL library name. 4. Function with C# in the function of the correspondence. 5. API constant query (given directly to call in the C# code) 6. Show the function of the operating system support (WIN9X OR WIN2K) -------------------------- Intimate function -------------------------- 1. Code syntax highlighting different keywords displayed in different colors. 2. And the corresponding C# function if too long, the dynamic scroll. 3. Dynamic drop-down box to prompt, direct matching the most appropriate function 4. Some are reminders of all the functional results at a glance -------------------------- Optiona
Platform: | Size: 338944 | Author: 钟毓秀 | Hits:

[.netgoogle-desktop-wrapper-src

Description: C# .NET Wrapper for Google Desktop Search API
Platform: | Size: 113664 | Author: Rubem Rocha | Hits:

[SNMPSnmpSharpNet

Description: 由于C#原始的库函数中没有专门实现SNMP的库,因此对于SNMP开发者而言,用C#开发出SNMP的应用程序具有相当的难度,要求开发者对C#和SNMP都有很深的认识和理解。SnmpSharpNet是用C#构建的,处理简单网络管理协议(SNMP)的API,它提供了非常丰富的成员函数供SNMP开发者调用,开发者只需要对SNMP的基本原理和实现SNMP的基本过程有所了解,便可以轻松入手。-Since C# is not the original library functions to achieve specific SNMP library, so developers for SNMP, the SNMP with C# to develop applications that are quite difficult, requiring the developers of the C# and SNMP have a deep knowledge and understanding . SnmpSharpNet is built using C# to deal with simple network management protocol (SNMP) of the API, it provides a wealth of members of the function call for SNMP developers, developers need only SNMP SNMP basic principles and basic process of achieving an understanding they can easily start.
Platform: | Size: 2648064 | Author: 张政 | Hits:

[Game Enginewgefx

Description: Engine is codenamed wg3dfx and works in an environment DirectX API, which means that it is adaptable to all versions of Windows (from version 2000 to Windows 7). Engine uses Truevision SDK 6.5, and to ensure the proper functioning of Truevision, you ll need to download the SDK 6.5 and MTV3D65.dll set as a reference. For audio support, wg3dfx used irrKlang and you will need to download and install the same. You can find more about it at woodgamesfx.
Platform: | Size: 188416 | Author: yansong | Hits:

[CSharpScreenPrinter

Description: 用C#语言来写一个系统截图的工具。系统采用系统API调用,并且实现了功能。-With the C# language to write a system screenshot tool.
Platform: | Size: 595968 | Author: 老万 | Hits:

[CSharphandle

Description: CSharp调用API根据鼠标位置捉窗口句柄类名,还有键盘代码等,根据这个可以做类似按键精灵的操作-CSharp API call handle the mouse position to catch the window class name, as well as the keyboard code, etc., according to the Wizard button to do a similar operation
Platform: | Size: 4096 | Author: cavaj | Hits:

[CSharpCSharpZhuruDll

Description: 关于CSharp注入DLL的文章,很详细的讲解了怎么封装API以及注入,方便大家学习外挂开发。-About CSharp DLL into the article, very detailed explanation of how to package and into the API, facilitate learning plug-in development.
Platform: | Size: 65536 | Author: wzk | Hits:

[P2PE03-P2PVideo

Description: P2P视频聊天,强大的通讯聊天功能!,利用UDP完成聊天信息的发送,系统的windows API 应用程序借口,DLL完成摄像头的视频采集。-P2P video chat, powerful communication chat! Use UDP to send chat messages to complete the system an excuse windows API application, DLL complete camera video capture.
Platform: | Size: 2182144 | Author: | Hits:

[Internet-NetworkSocket-Programming-in-CSharp

Description: The Program Socket Programming is used a starter for those who wants to write C# Codes using Net Sockets. It lets you to use Socket Connections with other Systems. The Server Waits for the Connection and gives a Warm Welcome Message to the User Or the Client. Tools/API Information : This Programme it Written using Net.Socket and no extra Feature is used. This is written with the Aim that anyone should understand the Usage of Sockets and NetWorks and to show that C# has got great Support for NetWorking. Benefit : There are lots of codes still I am sending this because of its Simplicity and you can use write this Code with just a NotePad/TextPad/Editor.
Platform: | Size: 1024 | Author: Majid | Hits:

[Sniffer Package capturecsharp-google-translator-ApI

Description: C# 利用google翻译API接口制作翻译工具 因为是GET提交方式,那么就限定了字符长度,可以说是一大遗憾.-C# API interface to make use of google translator translation tools presented in a way because it is GET, then the character length limit, can be said to be a great pity.
Platform: | Size: 2048 | Author: zhanghao | Hits:

[CSharpCSharp-code

Description: C# 键盘信息拦截 键盘活动记录 win API 运行 源码-C# Keyboard keyboard activity log information to intercept run win API source
Platform: | Size: 80896 | Author: 陈霸天 | Hits:

[Search EngineTwitterData-csharp

Description: 爬社交网络数据程序, 用C#编写,比较基本,适用于初学者学习交流。-It is used to crawl data from online social networks. Realized basic functions such as making API connection, request data, etc.
Platform: | Size: 214016 | Author: Zhu Mingyuan | Hits:

[GIS programGEDemo

Description: Csharp开发google erth,开发工具:VS2010,开发环境:win7 64位,基本实现温伟鹏 “C# 调用 Google Earth Com API开发(三)”的功能http://www.cnblogs.com/wpwen/archive/2009/05/22/1486892.html。但实现更为灵活,无需HookAPI,基于此框架,可以开发面向专业领域的应用。-Csharp development google erth, basically Wen Weipeng " C# called Google Earth Com API development (c)" function http://www.cnblogs.com/wpwen/archive/2009/05/22/1486892.html. However, to achieve more flexible, without HookAPI, based on this framework can be developed for the professional fields.
Platform: | Size: 27648 | Author: | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net